-
Notifications
You must be signed in to change notification settings - Fork 66
✨ OPRUN-4151: Add webhook rule validation #2226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ OPRUN-4151: Add webhook rule validation #2226
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2226 +/- ##
==========================================
- Coverage 72.17% 72.07% -0.11%
==========================================
Files 85 85
Lines 8407 8423 +16
==========================================
+ Hits 6068 6071 +3
- Misses 1939 1950 +11
- Partials 400 402 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Oh, whoops, I need to sub out the olmv0 api group with the olmv1 one |
77e4d47
to
5ac96d1
Compare
internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Outdated
Show resolved
Hide resolved
internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Outdated
Show resolved
Hide resolved
internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Outdated
Show resolved
Hide resolved
internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Outdated
Show resolved
Hide resolved
5ac96d1
to
08d46c3
Compare
internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
f51aaea
to
35a98fc
Compare
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
35a98fc
to
d42452a
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, pedjak, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d3e8883
into
operator-framework:main
Description
I recently discovered another boundary for webhook support [link] around the api groups and resources defined in the rules.
This PR adds that check to the bundle validator.
Reviewer Checklist